func runtime.runqempty
9 uses
runtime (current package)
proc.go#L2993: if spinning && !runqempty(pp) {
proc.go#L3014: if !runqempty(pp) || sched.runqsize != 0 {
proc.go#L3636: if !runqempty(p) {
proc.go#L3731: if !idlepMaskSnapshot.read(uint32(id)) && !runqempty(p2) {
proc.go#L5809: if runqempty(pp) {
proc.go#L6247: if runqempty(pp) && sched.nmspinning.Load()+sched.npidle.Load() > 0 && pd.syscallwhen+10*1000*1000 > now {
proc.go#L6595: if !runqempty(pp) {
proc.go#L6666: func runqempty(pp *p) bool {
proc.go#L7159: if p := getg().m.p.ptr(); !runqempty(p) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |